home *** CD-ROM | disk | FTP | other *** search
- STDIOBUF(3C) Last changed: 10-20-98
-
-
- NNAAMMEE
- ssttddiioobbuuff - iioossttrreeaamm specialized to ssttddiioo FFIILLEE
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<iioossttrreeaamm..hh>>
- ##iinncclluuddee <<ssttddiioossttrreeaamm..hh>>
- ##iinncclluuddee <<ssttddiioo..hh>>
-
- ccllaassss ssttddiioobbuuff :: ppuubblliicc ssttrreeaammbbuuff {{
- ssttddiioobbuuff((FFIILLEE** ff));;
- FFIILLEE** ssttddiiooffiillee(());;
- }};;
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- IRIX systems
-
- DDEESSCCRRIIPPTTIIOONN
- Operations on a ssttddiioobbuuff are reflected on the associated FFIILLEE. A
- ssttddiioobbuuff is constructed in unbuffered mode, which causes all
- operations to be reflected immediately in the FFIILLEE. sseeeekkgg(())s and
- sseeeekkpp(())s are translated into ffsseeeekk(())s. sseettbbuuff(()) has its usual
- meaning; if it supplies a reserve area, buffering will be turned back
- on.
-
- CCAAVVEEAATTSS
- ssttddiioobbuuff is intended to be used when mixing C and C++ code. New C++
- code should use ffiilleebbuuffs, which have better performance.
-
- SSEEEE AALLSSOO
- ffiilleebbuuff(3C), iissttrreeaamm(3C), oossttrreeaamm(3C), ssbbuuff..ppuubb(3C)
-
- This man page is available only online.
-
-